home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / submenu / 00085.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  382 b   |  10 lines

  1. on exitFrame
  2.   global Numeral, NumeralDoor, Calculator, CalculatorDoor, Ferris, FerrisDoor, Chart, ChartDoor, Question, QuestionDoor, Net, NetDoor, Bucket, BucketDoor, CarBug, CarBugDoor, Lid, QuitButton, LevelsBug, boxclick, QuitResult
  3.   set the preLoadEventAbort to 1
  4.   if QuitResult = "stop" then
  5.     quit()
  6.   end if
  7.   go(the frame)
  8.   unLoad(marker("levels"), the lastFrame)
  9. end
  10.